Part Number Hot Search : 
1001A V54C3256 T312012 TIP35C GS152 S2004DS1 SR520 18CV8Z
Product Description
Full Text Search
 

To Download NHD-C12864CZ-FSW-GBW Datasheet File

  If you can't view the Datasheet, Please click here to try to view without PDF Reader .  
 
 


  Datasheet File OCR Text:
 

NHDC12864CZFSWGBW
COG(ChipOnGlass)LiquidCrystalDisplayModule
NHD C12864 CZ F SW G B W NewhavenDisplay 128x64pixels Model Transflective SideWhiteLEDbacklight STNGray 6:00view WideTemp(20C~+70C) RoHSCompliant




NewhavenDisplayInternational,Inc.
2511TechnologyDrive,Suite101 ElginIL,60124 Ph:8478448795 Fax:8478448796
www.newhavendisplay.com nhtech@newhavendisplay.com nhsales@newhavendisplay.com [1]

DocumentRevisionHistory
Revision 0 1 2 3 * * * * * * Date 5/20/2008 9/25/2009 10/14/2009 11/20/2009 Description InitialRelease Userguidereformat UpdatedElectricalCharacteristic Addedbacklightsupplycurrentmaximum Changedby BE MC MC
FunctionsandFeatures
128x64pixels BuiltinSPLC501Ccontroller Parallel/Serialmode +5.0Vpowersupply 1/65dutycycle;1/9bias RoHSCompliant

[2]
Mechanical Drawing
30
80
NHD-C12864CZ-FSW-GBW
Newhaven Display
July 9, 2008
PinDescriptionandWiringDiagram
PinNo. Symbol 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 A K /CS /RESET A0 R/W E DB0 DB1 DB2 DB3 DB4 DB5 DB6 DB7 VDD Vss VOUT CAP3 CAP1+ CAP1 CAP2 CAP2+ V1 V2 V3 V4 V5 VR C86 PS IRS External Connection MPU MPU MPU MPU MPU MPU MPU MPU MPU MPU MPU MPU MPU PowerSupply PowerSupply PowerSupply PowerSupply PowerSupply PowerSupply PowerSupply PowerSupply PowerSupply PowerSupply PowerSupply PowerSupply PowerSupply MPU MPU MPU PowerSupply PowerSupply FunctionDescription ActiveLOW chipselect ActiveLOWResetsignal Registerselectsignal.0:instruction;1:data Read/writeselectsignal.R/W=1:ReadR/W=0:Write Operationenablesignal. Fallingedgetriggered. ParallelInterface DB0DB7:Bidirectional8bitdatabus SerialInterface: DB0DB5:Noconnectinserialmode DB6=Serialclock(CLK) DB7=Serialdatainput(SDA) PowersupplyforLCDandlogic(+5.0V) Ground Connectto1uFcaptoVss Connectto1uFcaptoCAP1+(PIN18) Connectto1uFcaptoCAP3(PIN17)andCAP1(PIN19) Connectto1uFcaptoCAP1+(PIN18) Connectto1uFcaptoCAP2+(PIN21) Connectto1uFcaptoCAP2 (PIN20) 1.0uF2.2uFcaptoVss 1.0uF2.2uFcaptoVss 1.0uF2.2uFcaptoVss 1.0uF2.2uFcaptoVss 1.0uF2.2uFcaptoVss NoConnect SelectMPUinterfacepin.C86=H:6800;C86=L:8080 Parallel/Serialselect.PS=H:Parallel;PS=L:Serial Internalresistorselect(hightouseinternalresistors) PowersupplyforLEDBacklight(+3.0V) GroundforBacklight
RecommendedLCDconnector:0.5mmPitch,30pinFFC.Molexp/n:528923095 Backlightconnector:JSTp/n:GHR02VSMateswith:JSTp/n:BM02BGHSTBT
[4]

ElectricalCharacteristics
Item OperatingTemperatureRange StorageTemperatureRange SupplyVoltage SupplyCurrent SupplyforLCD(contrast) "H"Levelinput "L"Levelinput "H"Leveloutput "L"Leveloutput BacklightSupplyVoltage BacklightSupplyCurrent Symbol TOP TST VDD IDD VDDV0 Vih Vil Voh Vol VLED ILED Condition AbsoluteMax AbsoluteMax Ta=25C,VDD=5.0V Ta=25C Min. 20 30 4.7 2.2 0 2.4 Typ. 5.0 1.5 9.5 3.0 3.0 60 Max. +70 +80 5.5 2.5 VDD 0.6 75 Unit C C V mA V V V V V V mA
VLED=3.0V

OpticalCharacteristics
Item ViewingAngleVertical ViewingAngleHorizontal ContrastRatio ResponseTime(rise) ResponseTime(fall) Symbol CR Tr Tf Condition CR 2 CR 2 Min. 60 40 Typ. 6 150 150 Max. +35 +40 250 250 Unit ms ms
[5]
ControllerInformation
BuiltinSPLC501C.Downloadspecificationathttp://www.newhavendisplay.com/app_notes/SPLC501C.pdf
[6]
TheSerialInterface:

[7]
TableofCommands
[8]

[9]
ExampleInitializationProgram
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
SubInit SetP3.0 SetP3.1 ResetP3.4 SetP3.3'reset ResetP3.3 Waitms2 SetP3.3 Waitms20 A=&HA2'1/9BIAS CallWritecom A=&HA0'ADCSELECT,NORMAL CallWritecom A=&HC8'COMOUTPUTREVERSE CallWritecom A=&HA4'DISPLAYALLPOINTSNORMAL CallWritecom A=&H40'DISPLAYSTARTLINESET CallWritecom A=&H25'INTERNALRESISTORRATIO CallWritecom A=&H81'ELECTRONICVOLUMEMODESET CallWritecom A=&H13'ELECTRONICVOLUME CallWritecom A=&H2F'POWERCONTROLLERSET CallWritecom A=&HAF'DISPLAYON CallWritecom EndSub ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' SubWritecom ResetP3.2'A0 ResetP3.1'R/W ResetP3.4'CS1 SetP3.0'E P1=A ResetP3.0 SetP3.4 EndSub ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' SubWritedata SetP3.2 ResetP3.1 ResetP3.4 SetP3.0 P1=A ResetP3.0 SetP3.4 EndSub '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''

[10]

QualityInformation
TestItem
HighTemperaturestorage LowTemperaturestorage HighTemperature Operation LowTemperature Operation HighTemperature/ HumidityOperation ThermalShockresistance
ContentofTest
Endurancetestapplyingthehigh storagetemperatureforalongtime. Endurancetestapplyingthelowstorage temperatureforalongtime. Endurancetestapplyingtheelectricstress (voltage¤t)andthehighthermal stressforalongtime. Endurancetestapplyingtheelectricstress (voltage¤t)andthelowthermal stressforalongtime. Endurancetestapplyingtheelectricstress (voltage¤t)andthehighthermal withhighhumiditystressforalongtime. Endurancetestapplyingtheelectricstress (voltage¤t)duringacycleoflow andhighthermalstress. Endurancetestapplyingvibrationto simulatetransportationanduse.
TestCondition
+80C,48hrs 30C,48hrs +70C48hrs
Note
2 1,2 2
20C,48hrs
1,2
+40C, 90%RH, 48hrs
1,2
Vibrationtest
Staticelectricitytest
Endurancetestapplyingelectricstatic discharge.
0C,30min>25C,5min> 50C,30min=1cycle 10cycles 1055Hz,15mmamplitude. 60secineachof3directions X,Y,Z For15minutes VS=800V,RS=1.5k,CS=100pF Onetime
3
Note1:Nocondensationtobeobserved. Note2:Conductedafter4hoursofstorageat25C,0%RH. Note3:Testperformedonproductitself,notinsideacontainer.

PrecautionsforusingLCDs/LCMs
SeePrecautionsatwww.newhavendisplay.com/specs/precautions.pdf
WarrantyInformationandTerms&Conditions
http://www.newhavendisplay.com/index.php?main_page=terms
[11]


▲Up To Search▲   

 
Price & Availability of NHD-C12864CZ-FSW-GBW

All Rights Reserved © IC-ON-LINE 2003 - 2022  

[Add Bookmark] [Contact Us] [Link exchange] [Privacy policy]
Mirror Sites :  [www.datasheet.hk]   [www.maxim4u.com]  [www.ic-on-line.cn] [www.ic-on-line.com] [www.ic-on-line.net] [www.alldatasheet.com.cn] [www.gdcy.com]  [www.gdcy.net]


 . . . . .
  We use cookies to deliver the best possible web experience and assist with our advertising efforts. By continuing to use this site, you consent to the use of cookies. For more information on cookies, please take a look at our Privacy Policy. X